What is the answer to this homework about maps and collections? [closed]
Posted
by
Bishan
on Stack Overflow
See other posts from Stack Overflow
or by Bishan
Published on 2012-08-05T07:52:54Z
Indexed on
2012/09/26
21:37 UTC
Read the original article
Hit count: 102
- Maps collection is referred to an dictionary because of the way it works.
- Each entry into a maps collection involves a pair of objects.
- In a maps collection, an object associates the key which determines where the object is stored in the map.
- The key object in the maps collection can be duplicated.
- A stack which has Last In First Out storage mechanism can be considered as a maps collection.
I think #1,#2,#3 and #5 are Correct in above, but I have doubt with #5. Am I correct?
© Stack Overflow or respective owner